Other Classes
The following classes are available globally.
-
A basic HTTP server. Currently this is implemented using the BlueSocket abstraction, but the intention is to remove this dependency and reimplement the class using transport APIs provided by the Server APIs working group.
See moreDeclaration
Swift
public class HTTPServer : HTTPServing
-
The Interface between the StreamingParser class and IBM’s BlueSocket wrapper around socket(2). You hopefully should be able to replace this with any network library/engine.
See moreDeclaration
Swift
public class BlueSocketConnectionListener: ParserConnecting
-
An HTTP server that listens for connections on a TCP socket and spawns Listeners to handle them.
See moreDeclaration
Swift
public class BlueSocketSimpleServer : CurrentConnectionCounting
View on GitHub
Other Classes Reference